Html Css Color HEX #AF30DA Dark Orchid

📋 copy color: '#AF30DA'

red 175 ◦ green 48 ◦ blue 218

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

Shades of Dark Orchid #AF30DA

Tints of Dark Orchid #AF30DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.43%

R = 39.68%
G = 10.88%
B = 49.43%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF30DA (or 0xAF30DA) is known color: Dark Orchid. HEX triplet: AF, 30 and DA. RGB value is (175,48,218). Sum of RGB (Red+Green+Blue) = 175+48+218=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF30DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF30DA is #50CF25. Grayscale: #686868. Windows color (decimal): -5295910 or 14299311. OLE color: 14299311.

HSL color Cylindrical-coordinate representation of color #AF30DA: hue angle of 284.82º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF30DA is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 48 218 -
CMYK 0.20 0.78 0 0.15
HSL 284.82º 0.7% 0.52% -
HSV(B) 284.82º 0.78% 0.85% -
XYZ 31.39 16.29 67.82 -
YUV 105.35 191.58 177.68 -
System Red Green Blue C M Y K H S L
Decimal 175 48 218 0.20 0.78 0 0.15 284.82 0.7 0.52
Hex AF 30 DA 14 4E 0 F 11D 46 34
Octal 257 60 332 24 116 0 17 435 106 64
Binary 10101111 110000 11011010 10100 1001110 0 1111 100011101 1000110 110100

Color Harmonies of #AF30DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF30DA

Black with #AF30DA

Text Example


Text Example

White with #AF30DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF30DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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