Html Css Color HEX #A68FEB Biloba Flower

📋 copy color: '#A68FEB'

red 166 ◦ green 143 ◦ blue 235

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

Shades of Biloba Flower #A68FEB

Tints of Biloba Flower #A68FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.2%

R = 30.51%
G = 26.29%
B = 43.2%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A68FEB (or 0xA68FEB) is known color: Biloba Flower. HEX triplet: A6, 8F and EB. RGB value is (166,143,235). Sum of RGB (Red+Green+Blue) = 166+143+235=544 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.51% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #A68FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68FEB is #597014. Grayscale: #A0A0A0. Windows color (decimal): -5861397 or 15437734. OLE color: 15437734.

HSL color Cylindrical-coordinate representation of color #A68FEB: hue angle of 255º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A68FEB is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 143 235 -
CMYK 0.29 0.39 0 0.08
HSL 255º 0.7% 0.74% -
HSV(B) 255º 0.39% 0.92% -
XYZ 40.54 33.75 82.97 -
YUV 160.37 170.12 132.02 -
System Red Green Blue C M Y K H S L
Decimal 166 143 235 0.29 0.39 0 0.08 255 0.7 0.74
Hex A6 8F EB 1D 27 0 8 FF 46 4A
Octal 246 217 353 35 47 0 10 377 106 112
Binary 10100110 10001111 11101011 11101 100111 0 1000 11111111 1000110 1001010

Color Harmonies of #A68FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68FEB

Black with #A68FEB

Text Example


Text Example

White with #A68FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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