Html Css Color HEX #A68FDF Biloba Flower

📋 copy color: '#A68FDF'

red 166 ◦ green 143 ◦ blue 223

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

Shades of Biloba Flower #A68FDF

Tints of Biloba Flower #A68FDF

RGB

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

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

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

R = 31.2%
G = 26.88%
B = 41.92%

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

#A68FDF (or 0xA68FDF) is known color: Biloba Flower. HEX triplet: A6, 8F and DF. RGB value is (166,143,223). Sum of RGB (Red+Green+Blue) = 166+143+223=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #A68FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68FDF is #597020. Grayscale: #9E9E9E. Windows color (decimal): -5861409 or 14651302. OLE color: 14651302.

HSL color Cylindrical-coordinate representation of color #A68FDF: hue angle of 257.25º 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 #A68FDF is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 143 223 -
CMYK 0.26 0.36 0 0.13
HSL 257.25º 0.56% 0.72% -
HSV(B) 257.25º 0.36% 0.87% -
XYZ 38.87 33.08 74.15 -
YUV 159 164.12 133 -
System Red Green Blue C M Y K H S L
Decimal 166 143 223 0.26 0.36 0 0.13 257.25 0.56 0.72
Hex A6 8F DF 1A 24 0 D 101 38 48
Octal 246 217 337 32 44 0 15 401 70 110
Binary 10100110 10001111 11011111 11010 100100 0 1101 100000001 111000 1001000

Color Harmonies of #A68FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68FDF

Black with #A68FDF

Text Example


Text Example

White with #A68FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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