Html Css Color HEX #ACADFD Perano

📋 copy color: '#ACADFD'

red 172 ◦ green 173 ◦ blue 253

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

Shades of Perano #ACADFD

Tints of Perano #ACADFD

RGB

 RED value IS 172 (67.58% from 255) = 28.76%

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

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

R = 28.76%
G = 28.93%
B = 42.31%

CMYK

 C value IS 0.32

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ACADFD (or 0xACADFD) is known color: Perano. HEX triplet: AC, AD and FD. RGB value is (172,173,253). Sum of RGB (Red+Green+Blue) = 172+173+253=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACADFD is #535202. Grayscale: #B5B5B5. Windows color (decimal): -5460483 or 16625068. OLE color: 16625068.

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

Color convert

RGB 172 173 253 -
CMYK 0.32 0.32 0 0.01
HSL 239.26º 0.95% 0.83% -
HSV(B) 239.26º 0.32% 0.99% -
XYZ 49.69 45.75 99.14 -
YUV 181.82 168.17 121 -
System Red Green Blue C M Y K H S L
Decimal 172 173 253 0.32 0.32 0 0.01 239.26 0.95 0.83
Hex AC AD FD 20 20 0 1 EF 5F 53
Octal 254 255 375 40 40 0 1 357 137 123
Binary 10101100 10101101 11111101 100000 100000 0 1 11101111 1011111 1010011

Color Harmonies of #ACADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACADFD

Black with #ACADFD

Text Example


Text Example

White with #ACADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACADFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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