Html Css Color HEX #AF30CD Dark Orchid

📋 copy color: '#AF30CD'

red 175 ◦ green 48 ◦ blue 205

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

Shades of Dark Orchid #AF30CD

Tints of Dark Orchid #AF30CD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.21%

 BLUE value IS 205 (80.47% from 255) = 47.9%

R = 40.89%
G = 11.21%
B = 47.9%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF30CD (or 0xAF30CD) is known color: Dark Orchid. HEX triplet: AF, 30 and CD. RGB value is (175,48,205). Sum of RGB (Red+Green+Blue) = 175+48+205=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 48 (19.14% from 255 or 11.21% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF30CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF30CD is #50CF32. Grayscale: #676767. Windows color (decimal): -5295923 or 13447343. OLE color: 13447343.

HSL color Cylindrical-coordinate representation of color #AF30CD: hue angle of 288.54º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF30CD is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 48 205 -
CMYK 0.15 0.77 0 0.20
HSL 288.54º 0.62% 0.5% -
HSV(B) 288.54º 0.77% 0.8% -
XYZ 29.76 15.64 59.21 -
YUV 103.87 185.08 178.73 -
System Red Green Blue C M Y K H S L
Decimal 175 48 205 0.15 0.77 0 0.20 288.54 0.62 0.5
Hex AF 30 CD F 4D 0 14 121 3E 32
Octal 257 60 315 17 115 0 24 441 76 62
Binary 10101111 110000 11001101 1111 1001101 0 10100 100100001 111110 110010

Color Harmonies of #AF30CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF30CD

Black with #AF30CD

Text Example


Text Example

White with #AF30CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF30CD; }

 p { color: rgb(175,48,205); }

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

background-color css

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

 a { background-color: rgb(175,48,205); }

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

border-color css

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

 span { border-color: rgb(175,48,205); }

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