Html Css Color HEX #AF88FF Biloba Flower

📋 copy color: '#AF88FF'

red 175 ◦ green 136 ◦ blue 255

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

Shades of Biloba Flower #AF88FF

Tints of Biloba Flower #AF88FF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.03%

 BLUE value IS 255 (100% from 255) = 45.05%

R = 30.92%
G = 24.03%
B = 45.05%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF88FF (or 0xAF88FF) is known color: Biloba Flower. HEX triplet: AF, 88 and FF. RGB value is (175,136,255). Sum of RGB (Red+Green+Blue) = 175+136+255=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF88FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF88FF is #507700. Grayscale: #A0A0A0. Windows color (decimal): -5273345 or 16746671. OLE color: 16746671.

HSL color Cylindrical-coordinate representation of color #AF88FF: hue angle of 259.66º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF88FF is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 136 255 -
CMYK 0.31 0.47 0 0
HSL 259.66º 1% 0.77% -
HSV(B) 259.66º 0.47% 1% -
XYZ 44.53 33.94 98.81 -
YUV 161.23 180.92 137.82 -
System Red Green Blue C M Y K H S L
Decimal 175 136 255 0.31 0.47 0 0 259.66 1 0.77
Hex AF 88 FF 1F 2F 0 0 104 64 4D
Octal 257 210 377 37 57 0 0 404 144 115
Binary 10101111 10001000 11111111 11111 101111 0 0 100000100 1100100 1001101

Color Harmonies of #AF88FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF88FF

Black with #AF88FF

Text Example


Text Example

White with #AF88FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF88FF; }

 p { color: rgb(175,136,255); }

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

background-color css

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

 a { background-color: rgb(175,136,255); }

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

border-color css

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

 span { border-color: rgb(175,136,255); }

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