Html Css Color HEX #ADACFD Perano

📋 copy color: '#ADACFD'

red 173 ◦ green 172 ◦ blue 253

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

Shades of Perano #ADACFD

Tints of Perano #ADACFD

RGB

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

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

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

R = 28.93%
G = 28.76%
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

#ADACFD (or 0xADACFD) is known color: Perano. HEX triplet: AD, AC and FD. RGB value is (173,172,253). Sum of RGB (Red+Green+Blue) = 173+172+253=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 172 (67.58% from 255 or 28.76% 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 #ADACFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADACFD is #525302. Grayscale: #B5B5B5. Windows color (decimal): -5395203 or 16624813. OLE color: 16624813.

HSL color Cylindrical-coordinate representation of color #ADACFD: hue angle of 240.74º 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 #ADACFD is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 172 253 -
CMYK 0.32 0.32 0 0.01
HSL 240.74º 0.95% 0.83% -
HSV(B) 240.74º 0.32% 0.99% -
XYZ 49.72 45.48 99.09 -
YUV 181.53 168.33 121.91 -
System Red Green Blue C M Y K H S L
Decimal 173 172 253 0.32 0.32 0 0.01 240.74 0.95 0.83
Hex AD AC FD 20 20 0 1 F1 5F 53
Octal 255 254 375 40 40 0 1 361 137 123
Binary 10101101 10101100 11111101 100000 100000 0 1 11110001 1011111 1010011

Color Harmonies of #ADACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACFD

Black with #ADACFD

Text Example


Text Example

White with #ADACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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