Html Css Color HEX #A8ADFD Perano

📋 copy color: '#A8ADFD'

red 168 ◦ green 173 ◦ blue 253

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

Shades of Perano #A8ADFD

Tints of Perano #A8ADFD

RGB

 RED value IS 168 (66.02% from 255) = 28.28%

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

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

R = 28.28%
G = 29.12%
B = 42.59%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A8ADFD (or 0xA8ADFD) is known color: Perano. HEX triplet: A8, AD and FD. RGB value is (168,173,253). Sum of RGB (Red+Green+Blue) = 168+173+253=594 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.28% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8ADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ADFD is #575202. Grayscale: #B4B4B4. Windows color (decimal): -5722627 or 16625064. OLE color: 16625064.

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

Color convert

RGB 168 173 253 -
CMYK 0.34 0.32 0 0.01
HSL 236.47º 0.96% 0.83% -
HSV(B) 236.47º 0.34% 0.99% -
XYZ 48.82 45.3 99.1 -
YUV 180.63 168.84 119 -
System Red Green Blue C M Y K H S L
Decimal 168 173 253 0.34 0.32 0 0.01 236.47 0.96 0.83
Hex A8 AD FD 22 20 0 1 EC 60 53
Octal 250 255 375 42 40 0 1 354 140 123
Binary 10101000 10101101 11111101 100010 100000 0 1 11101100 1100000 1010011

Color Harmonies of #A8ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ADFD

Black with #A8ADFD

Text Example


Text Example

White with #A8ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ADFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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