Html Css Color HEX #AF8BDE Biloba Flower

📋 copy color: '#AF8BDE'

red 175 ◦ green 139 ◦ blue 222

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

Shades of Biloba Flower #AF8BDE

Tints of Biloba Flower #AF8BDE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.93%

 BLUE value IS 222 (87.11% from 255) = 41.42%

R = 32.65%
G = 25.93%
B = 41.42%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF8BDE (or 0xAF8BDE) is known color: Biloba Flower. HEX triplet: AF, 8B and DE. RGB value is (175,139,222). Sum of RGB (Red+Green+Blue) = 175+139+222=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF8BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8BDE is #507421. Grayscale: #9E9E9E. Windows color (decimal): -5272610 or 14584751. OLE color: 14584751.

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

Color convert

RGB 175 139 222 -
CMYK 0.21 0.37 0 0.13
HSL 266.02º 0.56% 0.71% -
HSV(B) 266.02º 0.37% 0.87% -
XYZ 40.1 32.85 73.34 -
YUV 159.23 163.43 139.25 -
System Red Green Blue C M Y K H S L
Decimal 175 139 222 0.21 0.37 0 0.13 266.02 0.56 0.71
Hex AF 8B DE 15 25 0 D 10A 38 47
Octal 257 213 336 25 45 0 15 412 70 107
Binary 10101111 10001011 11011110 10101 100101 0 1101 100001010 111000 1000111

Color Harmonies of #AF8BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8BDE

Black with #AF8BDE

Text Example


Text Example

White with #AF8BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8BDE; }

 p { color: rgb(175,139,222); }

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

background-color css

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

 a { background-color: rgb(175,139,222); }

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

border-color css

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

 span { border-color: rgb(175,139,222); }

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