Html Css Color HEX #AF8AFF Biloba Flower

📋 copy color: '#AF8AFF'

red 175 ◦ green 138 ◦ blue 255

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

Shades of Biloba Flower #AF8AFF

Tints of Biloba Flower #AF8AFF

RGB

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

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

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

R = 30.81%
G = 24.3%
B = 44.89%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF8AFF (or 0xAF8AFF) is known color: Biloba Flower. HEX triplet: AF, 8A and FF. RGB value is (175,138,255). Sum of RGB (Red+Green+Blue) = 175+138+255=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 138 (54.30% from 255 or 24.30% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF8AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8AFF is #507500. Grayscale: #A1A1A1. Windows color (decimal): -5272833 or 16747183. OLE color: 16747183.

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

Color convert

RGB 175 138 255 -
CMYK 0.31 0.46 0 0
HSL 258.97º 1% 0.77% -
HSV(B) 258.97º 0.46% 1% -
XYZ 44.82 34.51 98.91 -
YUV 162.4 180.26 136.99 -
System Red Green Blue C M Y K H S L
Decimal 175 138 255 0.31 0.46 0 0 258.97 1 0.77
Hex AF 8A FF 1F 2E 0 0 103 64 4D
Octal 257 212 377 37 56 0 0 403 144 115
Binary 10101111 10001010 11111111 11111 101110 0 0 100000011 1100100 1001101

Color Harmonies of #AF8AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8AFF

Black with #AF8AFF

Text Example


Text Example

White with #AF8AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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