Html Css Color HEX #AF8CF2 Biloba Flower

📋 copy color: '#AF8CF2'

red 175 ◦ green 140 ◦ blue 242

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

Shades of Biloba Flower #AF8CF2

Tints of Biloba Flower #AF8CF2

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.13%

 BLUE value IS 242 (94.92% from 255) = 43.45%

R = 31.42%
G = 25.13%
B = 43.45%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF8CF2 (or 0xAF8CF2) is known color: Biloba Flower. HEX triplet: AF, 8C and F2. RGB value is (175,140,242). Sum of RGB (Red+Green+Blue) = 175+140+242=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF8CF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8CF2 is #50730D. Grayscale: #A1A1A1. Windows color (decimal): -5272334 or 15895727. OLE color: 15895727.

HSL color Cylindrical-coordinate representation of color #AF8CF2: hue angle of 260.59º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF8CF2 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 140 242 -
CMYK 0.28 0.42 0 0.05
HSL 260.59º 0.8% 0.75% -
HSV(B) 260.59º 0.42% 0.95% -
XYZ 43.08 34.28 88.35 -
YUV 162.09 173.1 137.21 -
System Red Green Blue C M Y K H S L
Decimal 175 140 242 0.28 0.42 0 0.05 260.59 0.8 0.75
Hex AF 8C F2 1C 2A 0 5 105 50 4B
Octal 257 214 362 34 52 0 5 405 120 113
Binary 10101111 10001100 11110010 11100 101010 0 101 100000101 1010000 1001011

Color Harmonies of #AF8CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8CF2

Black with #AF8CF2

Text Example


Text Example

White with #AF8CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8CF2; }

 p { color: rgb(175,140,242); }

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

background-color css

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

 a { background-color: rgb(175,140,242); }

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

border-color css

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

 span { border-color: rgb(175,140,242); }

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