Html Css Color HEX #A68FE4 Biloba Flower

📋 copy color: '#A68FE4'

red 166 ◦ green 143 ◦ blue 228

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

Shades of Biloba Flower #A68FE4

Tints of Biloba Flower #A68FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.46%

R = 30.91%
G = 26.63%
B = 42.46%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A68FE4 (or 0xA68FE4) is known color: Biloba Flower. HEX triplet: A6, 8F and E4. RGB value is (166,143,228). Sum of RGB (Red+Green+Blue) = 166+143+228=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 228 (89.45% from 255 or 42.46% from 537); Max value from RGB is 228 - color contains mainly: blue. Hex color #A68FE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68FE4 is #59701B. Grayscale: #9F9F9F. Windows color (decimal): -5861404 or 14978982. OLE color: 14978982.

HSL color Cylindrical-coordinate representation of color #A68FE4: hue angle of 256.24º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A68FE4 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 143 228 -
CMYK 0.27 0.37 0 0.11
HSL 256.24º 0.61% 0.73% -
HSV(B) 256.24º 0.37% 0.89% -
XYZ 39.55 33.35 77.75 -
YUV 159.57 166.62 132.59 -
System Red Green Blue C M Y K H S L
Decimal 166 143 228 0.27 0.37 0 0.11 256.24 0.61 0.73
Hex A6 8F E4 1B 25 0 B 100 3D 49
Octal 246 217 344 33 45 0 13 400 75 111
Binary 10100110 10001111 11100100 11011 100101 0 1011 100000000 111101 1001001

Color Harmonies of #A68FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68FE4

Black with #A68FE4

Text Example


Text Example

White with #A68FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68FE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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