Html Css Color HEX #AF86D6 Biloba Flower

📋 copy color: '#AF86D6'

red 175 ◦ green 134 ◦ blue 214

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

Shades of Biloba Flower #AF86D6

Tints of Biloba Flower #AF86D6

RGB

 RED value IS 175 (68.75% from 255) = 33.46%

 GREEN value IS 134 (52.73% from 255) = 25.62%

 BLUE value IS 214 (83.98% from 255) = 40.92%

R = 33.46%
G = 25.62%
B = 40.92%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF86D6 (or 0xAF86D6) is known color: Biloba Flower. HEX triplet: AF, 86 and D6. RGB value is (175,134,214). Sum of RGB (Red+Green+Blue) = 175+134+214=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 134 (52.73% from 255 or 25.62% from 523); Blue value is 214 (83.98% from 255 or 40.92% from 523); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF86D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF86D6 is #507929. Grayscale: #9B9B9B. Windows color (decimal): -5273898 or 14059183. OLE color: 14059183.

HSL color Cylindrical-coordinate representation of color #AF86D6: hue angle of 270.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF86D6 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 134 214 -
CMYK 0.18 0.37 0 0.16
HSL 270.75º 0.49% 0.68% -
HSV(B) 270.75º 0.37% 0.84% -
XYZ 38.34 31.02 67.58 -
YUV 155.38 161.08 142 -
System Red Green Blue C M Y K H S L
Decimal 175 134 214 0.18 0.37 0 0.16 270.75 0.49 0.68
Hex AF 86 D6 12 25 0 10 10F 31 44
Octal 257 206 326 22 45 0 20 417 61 104
Binary 10101111 10000110 11010110 10010 100101 0 10000 100001111 110001 1000100

Color Harmonies of #AF86D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF86D6

Black with #AF86D6

Text Example


Text Example

White with #AF86D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF86D6; }

 p { color: rgb(175,134,214); }

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

background-color css

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

 a { background-color: rgb(175,134,214); }

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

border-color css

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

 span { border-color: rgb(175,134,214); }

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