Html Css Color HEX #A68EDF Biloba Flower

📋 copy color: '#A68EDF'

red 166 ◦ green 142 ◦ blue 223

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

Shades of Biloba Flower #A68EDF

Tints of Biloba Flower #A68EDF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.74%

 BLUE value IS 223 (87.5% from 255) = 42%

R = 31.26%
G = 26.74%
B = 42%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A68EDF (or 0xA68EDF) is known color: Biloba Flower. HEX triplet: A6, 8E and DF. RGB value is (166,142,223). Sum of RGB (Red+Green+Blue) = 166+142+223=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #A68EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68EDF is #597120. Grayscale: #9E9E9E. Windows color (decimal): -5861665 or 14651046. OLE color: 14651046.

HSL color Cylindrical-coordinate representation of color #A68EDF: hue angle of 257.78º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A68EDF is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 142 223 -
CMYK 0.26 0.36 0 0.13
HSL 257.78º 0.56% 0.72% -
HSV(B) 257.78º 0.36% 0.87% -
XYZ 38.72 32.78 74.1 -
YUV 158.41 164.45 133.41 -
System Red Green Blue C M Y K H S L
Decimal 166 142 223 0.26 0.36 0 0.13 257.78 0.56 0.72
Hex A6 8E DF 1A 24 0 D 102 38 48
Octal 246 216 337 32 44 0 15 402 70 110
Binary 10100110 10001110 11011111 11010 100100 0 1101 100000010 111000 1001000

Color Harmonies of #A68EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68EDF

Black with #A68EDF

Text Example


Text Example

White with #A68EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68EDF; }

 p { color: rgb(166,142,223); }

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

background-color css

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

 a { background-color: rgb(166,142,223); }

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

border-color css

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

 span { border-color: rgb(166,142,223); }

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