Html Css Color HEX #AF8AFB Biloba Flower

📋 copy color: '#AF8AFB'

red 175 ◦ green 138 ◦ blue 251

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

Shades of Biloba Flower #AF8AFB

Tints of Biloba Flower #AF8AFB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.47%

 BLUE value IS 251 (98.44% from 255) = 44.5%

R = 31.03%
G = 24.47%
B = 44.5%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF8AFB (or 0xAF8AFB) is known color: Biloba Flower. HEX triplet: AF, 8A and FB. RGB value is (175,138,251). Sum of RGB (Red+Green+Blue) = 175+138+251=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 138 (54.30% from 255 or 24.47% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF8AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8AFB is #507504. Grayscale: #A1A1A1. Windows color (decimal): -5272837 or 16485039. OLE color: 16485039.

HSL color Cylindrical-coordinate representation of color #AF8AFB: hue angle of 259.65º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF8AFB is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 138 251 -
CMYK 0.30 0.45 0 0.02
HSL 259.65º 0.93% 0.76% -
HSV(B) 259.65º 0.45% 0.98% -
XYZ 44.18 34.26 95.55 -
YUV 161.95 178.26 137.31 -
System Red Green Blue C M Y K H S L
Decimal 175 138 251 0.30 0.45 0 0.02 259.65 0.93 0.76
Hex AF 8A FB 1E 2D 0 2 104 5D 4C
Octal 257 212 373 36 55 0 2 404 135 114
Binary 10101111 10001010 11111011 11110 101101 0 10 100000100 1011101 1001100

Color Harmonies of #AF8AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8AFB

Black with #AF8AFB

Text Example


Text Example

White with #AF8AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8AFB; }

 p { color: rgb(175,138,251); }

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

background-color css

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

 a { background-color: rgb(175,138,251); }

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

border-color css

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

 span { border-color: rgb(175,138,251); }

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