Html Css Color HEX #A68FED Biloba Flower

📋 copy color: '#A68FED'

red 166 ◦ green 143 ◦ blue 237

#A68FED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #A68FED

Tints of Biloba Flower #A68FED

RGB

 RED value IS 166 (65.23% from 255) = 30.4%

 GREEN value IS 143 (56.25% from 255) = 26.19%

 BLUE value IS 237 (92.97% from 255) = 43.41%

R = 30.4%
G = 26.19%
B = 43.41%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A68FED (or 0xA68FED) is known color: Biloba Flower. HEX triplet: A6, 8F and ED. RGB value is (166,143,237). Sum of RGB (Red+Green+Blue) = 166+143+237=546 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.40% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #A68FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68FED is #597012. Grayscale: #A0A0A0. Windows color (decimal): -5861395 or 15568806. OLE color: 15568806.

HSL color Cylindrical-coordinate representation of color #A68FED: hue angle of 254.68º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A68FED is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 143 237 -
CMYK 0.30 0.40 0 0.07
HSL 254.68º 0.72% 0.75% -
HSV(B) 254.68º 0.4% 0.93% -
XYZ 40.83 33.87 84.51 -
YUV 160.59 171.12 131.86 -
System Red Green Blue C M Y K H S L
Decimal 166 143 237 0.30 0.40 0 0.07 254.68 0.72 0.75
Hex A6 8F ED 1E 28 0 7 FF 48 4B
Octal 246 217 355 36 50 0 7 377 110 113
Binary 10100110 10001111 11101101 11110 101000 0 111 11111111 1001000 1001011

Color Harmonies of #A68FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68FED

Black with #A68FED

Text Example


Text Example

White with #A68FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68FED; }

 p { color: rgb(166,143,237); }

 H1.HeaderClassName
 {
   color: #A68FED;
 }
 .AnyTagClassName
 {
   color: #A68FED;
 }
</style>

background-color css

<style>
 a { background-color: #A68FED; }

 a { background-color: rgb(166,143,237); }

 div.DivClassName
 {
   background-color: #A68FED;
 }
 .BgClassName
 {
   background-color: #A68FED;
 }
</style>

border-color css

<style>
 span { border-color: #A68FED; }

 span { border-color: rgb(166,143,237); }

 td.TdClassName
 {
   border-color: #A68FED;
 }
 .TagClassName
 {
   border-color: #A68FED;
 }
</style>