Html Css Color HEX #AFADF3 Perano

📋 copy color: '#AFADF3'

red 175 ◦ green 173 ◦ blue 243

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

Shades of Perano #AFADF3

Tints of Perano #AFADF3

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.27%

 BLUE value IS 243 (95.31% from 255) = 41.12%

R = 29.61%
G = 29.27%
B = 41.12%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFADF3 (or 0xAFADF3) is known color: Perano. HEX triplet: AF, AD and F3. RGB value is (175,173,243). Sum of RGB (Red+Green+Blue) = 175+173+243=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 243 (95.31% from 255 or 41.12% from 591); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFADF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFADF3 is #50520C. Grayscale: #B5B5B5. Windows color (decimal): -5263885 or 15969711. OLE color: 15969711.

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

Color convert

RGB 175 173 243 -
CMYK 0.28 0.29 0 0.05
HSL 241.71º 0.74% 0.82% -
HSV(B) 241.71º 0.29% 0.95% -
XYZ 48.8 45.47 91 -
YUV 181.58 162.66 123.31 -
System Red Green Blue C M Y K H S L
Decimal 175 173 243 0.28 0.29 0 0.05 241.71 0.74 0.82
Hex AF AD F3 1C 1D 0 5 F2 4A 52
Octal 257 255 363 34 35 0 5 362 112 122
Binary 10101111 10101101 11110011 11100 11101 0 101 11110010 1001010 1010010

Color Harmonies of #AFADF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFADF3

Black with #AFADF3

Text Example


Text Example

White with #AFADF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFADF3; }

 p { color: rgb(175,173,243); }

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

background-color css

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

 a { background-color: rgb(175,173,243); }

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

border-color css

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

 span { border-color: rgb(175,173,243); }

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