Html Css Color HEX #A921CF Dark Orchid

📋 copy color: '#A921CF'

red 169 ◦ green 33 ◦ blue 207

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

Shades of Dark Orchid #A921CF

Tints of Dark Orchid #A921CF

RGB

 RED value IS 169 (66.41% from 255) = 41.32%

 GREEN value IS 33 (13.28% from 255) = 8.07%

 BLUE value IS 207 (81.25% from 255) = 50.61%

R = 41.32%
G = 8.07%
B = 50.61%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A921CF (or 0xA921CF) is known color: Dark Orchid. HEX triplet: A9, 21 and CF. RGB value is (169,33,207). Sum of RGB (Red+Green+Blue) = 169+33+207=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 33 (13.28% from 255 or 8.07% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #A921CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A921CF is #56DE30. Grayscale: #5C5C5C. Windows color (decimal): -5692977 or 13574569. OLE color: 13574569.

HSL color Cylindrical-coordinate representation of color #A921CF: hue angle of 286.9º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A921CF is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 33 207 -
CMYK 0.18 0.84 0 0.19
HSL 286.9º 0.73% 0.47% -
HSV(B) 286.9º 0.84% 0.81% -
XYZ 28.17 14.03 60.25 -
YUV 93.5 192.06 181.85 -
System Red Green Blue C M Y K H S L
Decimal 169 33 207 0.18 0.84 0 0.19 286.9 0.73 0.47
Hex A9 21 CF 12 54 0 13 11F 48 2F
Octal 251 41 317 22 124 0 23 437 110 57
Binary 10101001 100001 11001111 10010 1010100 0 10011 100011111 1001000 101111

Color Harmonies of #A921CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A921CF

Black with #A921CF

Text Example


Text Example

White with #A921CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A921CF; }

 p { color: rgb(169,33,207); }

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

background-color css

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

 a { background-color: rgb(169,33,207); }

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

border-color css

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

 span { border-color: rgb(169,33,207); }

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