Html Css Color HEX #AFADFD Perano

📋 copy color: '#AFADFD'

red 175 ◦ green 173 ◦ blue 253

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

Shades of Perano #AFADFD

Tints of Perano #AFADFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.1%

R = 29.12%
G = 28.79%
B = 42.1%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AFADFD (or 0xAFADFD) is known color: Perano. HEX triplet: AF, AD and FD. RGB value is (175,173,253). Sum of RGB (Red+Green+Blue) = 175+173+253=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFADFD is #505202. Grayscale: #B6B6B6. Windows color (decimal): -5263875 or 16625071. OLE color: 16625071.

HSL color Cylindrical-coordinate representation of color #AFADFD: hue angle of 241.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFADFD is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 173 253 -
CMYK 0.31 0.32 0 0.01
HSL 241.5º 0.95% 0.84% -
HSV(B) 241.5º 0.32% 0.99% -
XYZ 50.35 46.09 99.17 -
YUV 182.72 167.66 122.5 -
System Red Green Blue C M Y K H S L
Decimal 175 173 253 0.31 0.32 0 0.01 241.5 0.95 0.84
Hex AF AD FD 1F 20 0 1 F2 5F 54
Octal 257 255 375 37 40 0 1 362 137 124
Binary 10101111 10101101 11111101 11111 100000 0 1 11110010 1011111 1010100

Color Harmonies of #AFADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFADFD

Black with #AFADFD

Text Example


Text Example

White with #AFADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFADFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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